diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-08-07 21:48:07 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-08-07 21:48:07 +0900 |
commit | 40d566dff5ed6c36ddfff3c0193564fc801ae369 (patch) | |
tree | dca5691615fb3b0b90060409c942b4b815f2777f /tderandr | |
parent | 99ddb86155eff1e7f5d90e63fd432cc6571317aa (diff) | |
download | tdelibs-40d566dff5ed6c36ddfff3c0193564fc801ae369.tar.gz tdelibs-40d566dff5ed6c36ddfff3c0193564fc801ae369.zip |
Revert "Allow extraction of strings for rotations in tderandr"
This reverts commit 99ddb86155eff1e7f5d90e63fd432cc6571317aa.
Diffstat (limited to 'tderandr')
-rw-r--r-- | tderandr/libtderandr.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tderandr/libtderandr.h b/tderandr/libtderandr.h index 1bf38c0f5..0e07ad96e 100644 --- a/tderandr/libtderandr.h +++ b/tderandr/libtderandr.h @@ -35,10 +35,10 @@ #include <ksimpleconfig.h> #include <tdelibs_export.h> -#define ROTATION_0_DEGREES_STRING I18N_NOOP("0 degrees") -#define ROTATION_90_DEGREES_STRING I18N_NOOP("90 degrees") -#define ROTATION_180_DEGREES_STRING I18N_NOOP("180 degrees") -#define ROTATION_270_DEGREES_STRING I18N_NOOP("270 degrees") +#define ROTATION_0_DEGREES_STRING "0 degrees" +#define ROTATION_90_DEGREES_STRING "90 degrees" +#define ROTATION_180_DEGREES_STRING "180 degrees" +#define ROTATION_270_DEGREES_STRING "270 degrees" /** * Simple API covering most of the uses of libtderandr. |