diff options
-rw-r--r-- | image-converter/caja-image-rotate.ui | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/image-converter/caja-image-rotate.ui b/image-converter/caja-image-rotate.ui index 7a50bba..40b73de 100644 --- a/image-converter/caja-image-rotate.ui +++ b/image-converter/caja-image-rotate.ui @@ -15,13 +15,13 @@ </columns> <data> <row> - <col id="0">90° clockwise</col> + <col id="0" translatable="yes">90° clockwise</col> </row> <row> - <col id="0">90° counter-clockwise</col> + <col id="0" translatable="yes">90° counter-clockwise</col> </row> <row> - <col id="0">180°</col> + <col id="0" translatable="yes">180°</col> </row> </data> </object> |